Welcome![Sign In][Sign Up]
Location:
Search - CSharp access control

Search list

[Sniffer Package captureHSSniffer

Description: 可对本机网络访问信息进行监控 解压后运行HSSniffer\SeniorProject\SnifferUI\bin\Debug\snifferUI.exe即可,enjoy it!-be right for the network access control information unpacked running HSSniffer \ SeniorProject \ SnifferUI \ bin \ Debug \ snifferUI.exe can, enjoy it!
Platform: | Size: 1060864 | Author: 宋晓 | Hits:

[Ftp ServerSafeFTPServer

Description: FTP服务器, 参考Server U的命令, 用多线程, 但没用完成端口, 上传下载都有速度控制, 权限控制调用接口-FTP server, the reference Server U orders using multiple threads, but useless completed ports, Upload have download speed control, access control Call Interface
Platform: | Size: 319488 | Author: ZXZ | Hits:

[.net126login

Description: 一个模仿126邮箱而设计的登陆注册的程序,和Access数据库相连,添加了日历控件和广告控件。-126 mail a copy of the landing and design registration procedures, and Access database linked added to the calendar control and advertising control.
Platform: | Size: 199680 | Author: 李锦胜 | Hits:

[ActiveX/DCOM/ATLLab1.1

Description: 1.ActiveX控件可用多种编程语言如VB,VC++,C#编写,以OCX或DLL形式存在,进行注册后,可以在网页中引用。当用户浏览相关页面并下载相关控件后,即可获得控件中封装的功能。 2.此程序编写一个ActiveX控件,在用户磁盘上创建一个文件,当下载后删除这个文件。-1.ActiveX controls a variety of programming languages available, such as VB, VC++, C# Prepared to exist in the form of OCX or DLL, for registration, can be quoted on the page. When users visit the related page and download the relevant controls, you can access to control the functions of packaging. 2. This procedure to prepare an ActiveX control, the user creates a file on disk, when delete this file after downloading.
Platform: | Size: 4096 | Author: snowtiger999 | Hits:

[WEB CodePersonalPage

Description: Ajax三层个人网站小程序 DAL——数据层 IDAL——数据接口层(控制是选择什么类型的数据库) Bll——逻辑层 Model——构造模型(对应数据库字段) 功能很简单,是学习Ajax/Atlas+MVC(三层)入门的好例子 注意:搭建的时候设置根目录下的AjaxMyPage为站点文件夹 可支持Sql、Access、xml三种数据库(在web.config中配置),默认支持Access 后台管理:/ui/admin-Ajax three personal website applets DAL- data layers IDAL- data interface layer (the control is to choose what type of database) Bll- Logic Layer Model- structural model (corresponding to database fields) function is very simple to learn Ajax/Atlas+ MVC (three-) entry a good example of the attention: when the structures set up under the root folder AjaxMyPage for the site can support Sql, Access, xml three database (configured in web.config), the default background to support the Access Management:/ui/admin
Platform: | Size: 1496064 | Author: sky | Hits:

[ERP-EIP-OA-PortalAttendManager

Description: .net 2005 c# 完整的门禁考勤系统-. net 2005 c# complete Time and Attendance Access Control System
Platform: | Size: 359424 | Author: bomb | Hits:

[Other Web CodeBook

Description: 1: vs2005 + ajax + Access 开发 2: 格式简洁,便于理解,修改 3:引用Access 版 SqlHelper 便于向SqlServer 迁移, 4:个人觉得亮点是取得留言页面重写Render方法,结合应用的数据显示控件,便于修改布局 5: 添加留言须输入验证码 -1: vs2005+ Ajax+ Access development 2: the format is simple and easy to understand, modify 3: invoke Access to SqlServer version SqlHelper facilitate migration, 4: personally feel that the bright spot is made to rewrite the page message Render method, combined with the application of data control , easy to modify the layout of 5: add the message to be to enter a verification code
Platform: | Size: 67584 | Author: cometolearn | Hits:

[Other DatabasesDbaForOleDb

Description: .Net控件,MS Access 数据库操作控件,支持对Access2003,Access2007的操作,包括连接、读写等。-. Net control, MS Access database operations control, support Access2003, Access2007 operation, including connectivity, such as reading and writing.
Platform: | Size: 52224 | Author: blestbiz | Hits:

[Internet-NetworkArpSender

Description: ArpSender是C#写的ARP发包器,写的初衷是想试下什么样的ARP包才会引起ARP攻击,构造一些包可能会导致别人上不了网。至于包怎么填,发挥大家的想象吧,嘿嘿。 ArpSender用了SharpPcap这个开源API,有兴趣的到网上查下,用起来挺简单的。编程过程中最大的问题就是线程的问题。发包的代码中用了BackgroundWorker控件,因为参数只能传一个,并且线程是不允许直接调用主窗口控件,后来用了一个结构体struct ArpPac来传,感觉还是很麻烦啊!不过还好在BackgroundWorker的RunWorkerCompleted可以直接操作主窗口控件了,能把结果显示到主窗口上。 在编写获取IP的MAC地址部分,一开始还是用BackgroundWorker,在获取存在的IP地址MAC时可以正常工作,可是当IP不存在是,DOWORK方法一直没结束。因为里面一个Resolve方法一直没返回,也没超时设定,线程就一直卡在那不动了。也不知道该怎么结束这个线程。于是改用了Thread,传参数用了个object数组,嘿嘿,所有参数都封起来。到了那边再解封,很好用。后来才发现,线程是没有返回值的。。又不能直接操作窗体控件。。没办法,只好设个全局变量来保存结果了。获取MAC部分还用了个Timer控件,1秒钟如果还没得到返回的MAC,直接结束该线程-ArpSender Writing C# are the ARP contract, and written under the original intent was to want to test what kind of ARP packets that would arouse the ARP attacks, construction of some packets may lead to others not on Net. As for how to fill package, everyone s imagination to play it, ArpSender spent SharpPcap this open source API, there is interest in online search, the very simple to use. Programming process is the biggest problem the question thread. Contract code used BackgroundWorker control, because the parameters can only be a mass, and threads are not allowed to directly call the main window controls, and later used a structure struct ArpPac to mass, I feel still very troublesome ah! Fortunately, however RunWorkerCompleted at BackgroundWorker can directly operate the main window controls, and the results can show up to the main window. In the preparation of access to IP-MAC address of the beginning or use BackgroundWorker, exist in access to the IP address of MAC c
Platform: | Size: 204800 | Author: 咹靜ゞ`兲倥 | Hits:

[OtherTwainGui

Description: 使用TWAIN读取扫描仪的图像。In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET to access this API. This article doesn t explain this interop techniques, and good knowledge of the TWAIN 1.9 specifications is assumed! The sample code included doesn t present a finished library, only some essential steps for a minimal TWAIN adaption to .NET applications.-In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET to access this API. This article doesn t explain this interop techniques, and good knowledge of the TWAIN 1.9 specifications is assumed! The sample code included doesn t present a finished library, only some essential steps for a minimal TWAIN adaption to .NET applications.
Platform: | Size: 29696 | Author: 堂堂 | Hits:

[CSharpControlMonitor

Description: 用C#开发的控制显示器的程序,加入了鼠标位置的捕捉和CPU使用率的获取-With C# development of procedures to control the display by adding the location of the mouse capture and CPU usage of the access
Platform: | Size: 117760 | Author: 李洪涛 | Hits:

[CSharpMovieDB

Description: this article is about a simple database built in Microsoft Access and C#. to explore : the end user doesn t need to install any SQL servers, he just needs executable binary and *.mdb file, i.e. connecting to *.mdb file, read/write data, using dataGridView control, adding buttons to cells, etc. -this article is about a simple database built in Microsoft Access and C#. to explore : the end user doesn t need to install any SQL servers, he just needs executable binary and*.mdb file, i.e. connecting to*.mdb file, read/write data, using dataGridView control, adding buttons to cells, etc.
Platform: | Size: 315392 | Author: morad | Hits:

[WEB CodeAjaxDataTable

Description: Ajax无刷新分页(jQuery+Json) 做了一个用jQuery来实现的用户控件,VS2008+Access 只用来玩玩.所以就用Access数据库了 jQuery+ashx+JSON 用ashx来接收请求,数据格式为JSON 实现了批量(选择)操作,编辑接口(反回两个值给用户进行自定义操作) 删除,自定义列(反回两个值给用户进行自定义操作) 样式变代(也就是写了两个样式表而以) 转换列(也就是你数据库里是1,0什么的,转成对应的男女的中文) 每页显示的记录条数在config里面设置 -Ajax without refreshing page (jQuery+ Json) made using jQuery to implement a user control, VS2008+ Access is only used to play. So I use Access database, a jQuery+ ashx+ JSON with ashx to receive the request, the data format is JSON implementation of batch (select) operation, editing interface (anti-two values back to the user to customize the operation) to delete, custom columns (anti-two values back to the user to customize the operation) on behalf of the style change (ie, written 2 style tables in order to) to the column (that is, what is your database is 1,0, and converted into the corresponding Chinese men and women) the number of records per page which is set in the config
Platform: | Size: 61440 | Author: fugang | Hits:

[Windows DevelopDevFx.v1.0.136.0.framework

Description: 具有配置、日志、异常、缓存、权限控制等各业务通用的多层统一开发框架,为业务管理系统的开发提高了速度和效率-a development framework (DevFx), which includes the module functions: configurations, log, cache, security access control. It’s effectual and quick to develop a new business system
Platform: | Size: 3335168 | Author: gqzhao | Hits:

[CSharpTrade

Description: B/S贸易信息管理系统,包括产品进出管理,采购合同管理,销售合同管理-B/S trade information management system, including product access control, procurement contract management, sales contract management
Platform: | Size: 5539840 | Author: 阿多米 | Hits:

[JSP/JavajQueryAjaxGuestbook

Description: jquery+ajax无刷新评论源码 实现了获取评论无刷新,发表评论无刷新,页面获取评论时显示loading加载效果 jquery真的是一个非常优秀的JS库,简单容易掌握,对于网页中的多级菜单、级联效果、Tab选项卡切换、图片轮转显示, 实现起来都非常的简单,往往就是几句代码的事。 做AJAX应用,jquery提供的$.get()、$.post()函数都可以用于提交数据,但建议使用$.ajax()来提交,那两个函数都不 提供错误返回信息,不利全面掌控。 提交数据是action代表要执行的操作,id传递文章id,page是请求的分页页面,Math.round(Math.random()*10000) 防止页面被浏览器缓存而导致暂时无法刷新,如果出错显示错误信息 客户端用escape()函数编码含中文的字符串,服务器端用unescape()解码,这样做是为了防止乱码,如果你采用的是utf8, 那就不必了,设置正确的页面编码和服务端脚本编码就不会出问题。由于jquery默认使用utf8传输数据,而且不提供设置编码, 这里只有自己做转换,如果你用form插件的时候就会发现,编码问题是不能回绝的。-jquery+ ajax without refreshing comment source code Achieved to obtain comment on non-refresh comments without refreshing the page displayed when loading loading access to comment on results jquery is really a very good JS libraries, simple and easy to grasp, for the multi-level menu page, cascading effects, Tab tab switching, image rotation showed that To achieve them are very simple, the code is often a few things. Do AJAX applications, jquery provided $. Get (),$. post () functions can be used to submit data, but recommended the use of $. Ajax () to submit, then the two functions are not Provide the error information back to full control of the negative. Action on behalf of the data is presented to perform the operation, id pass the article id, page is a page request page, Math.round (Math.random ()* 10000) The browser cache to prevent the page is temporarily unable to refresh a result, if the error display an error message The client with the escape () f
Platform: | Size: 90112 | Author: Lachlan | Hits:

[CSharpMemCardSys

Description: 会员卡管理系统 完全免费的源码 开发环境为VS2005 + ACCESS 功能包括刷卡消费,充值,纠错,挂失,解挂,发卡,补卡,操作员管理,登录管理。权限控制等。-Membership card management system completely free source development environment for VS2005+ ACCESS features include credit card spending, voucher, error correction, report the loss, Xie link card, fill cards, operator management, access management. Access control.
Platform: | Size: 1359872 | Author: 涂红剑 | Hits:

[CSharpHIS

Description: B/S的医院管理系统,实现功能,权限控制,门诊收费,出入院。转载CSDN。-B/S Hospital Management System, to achieve functionality, access control, outpatient charges, admission and discharge. Reprinted CSDN.
Platform: | Size: 4001792 | Author: niemail | Hits:

[OtherZkFingerDemo(CSharp)

Description: capture fingering print and store as image or template using algorithm. good for access control, online fp authentication etc
Platform: | Size: 219136 | Author: al | Hits:

[CSharpcSharp-Access-operater-

Description: c#控制Access数据库,数据库连接,执行各种sql语句,只要输入数据库路径,输入sql语句就行进行相应操作,简单明了。变好了类直接应用就可以了-c# Control Access database, the database connection, perform a variety of sql statement, just enter the database path, enter sql statement on the line corresponding operation, plain and simple.
Platform: | Size: 2048 | Author: 张静 | Hits:
« 12 »

CodeBus www.codebus.net